The ValueSet<(Of <(<'T>)>)> type exposes the following members.

Constructors

  Name Description
Public method ValueSet<(Of <(<'T>)>)>()()()()
Initializes a new instance of a ValueSet<(Of <(<'T>)>)>.
Public method ValueSet<(Of <(<'T>)>)>(IEqualityComparer<(Of <<'(T>)>>))
Initializes a new instance of a ValueSet<(Of <(<'T>)>)>.

Methods

  Name Description
Public method Add
Adds a value to the collection if not already present.
Public method Clear
Removes all objects from the collection.
Public method Contains
Determines whether the collection contains a specific value.
Public method SameValues
Determines whether the values in this set are the same as the ones in a given array.
Public method Sort
Sorts the elements in the collection.
Public method ToArray
Creates an array from this collection.
Public method ToList
Creates a List<(Of <(<'T>)>)> from this collection.

Properties

  Name Description
Public property Count
Gets the number of objects in the collection.

See Also